home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Plotting / aa_Intel_Only / Gnuplot / GnuplotSource / Makefile < prev    next >
Encoding:
Makefile  |  1995-06-12  |  3.7 KB  |  91 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Gnuplot
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = Gnuplot.tiff
  16. DOCICONS = GnuplotDoc.tiff GnuplotDoc.tiff
  17.  
  18. LOCAL_RESOURCES = AutoTicsPane.nib AxesPane.nib ContourAutoPane.nib \
  19.                   ContourOptionsPanel.nib ContourSeriesPane.nib \
  20.                   ContourUserPane.nib CopyingPanel.nib DataFilePane.nib \
  21.                   DataFileThreeDPane.nib DataOptionsPanel.nib DataPane.nib \
  22.                   FunctionPane.nib GeneralPane.nib Gnuplot.nib \
  23.                   GnuplotPlot.nib InfoPanel.nib Inspector.nib \
  24.                   NoDataPane.nib NoPane.nib Preferences.nib \
  25.                   SeriesTicsPane.nib ThreeDPane.nib TicOptionsPanel.nib \
  26.                   UserTicsPane.nib Help.store
  27.  
  28. GLOBAL_RESOURCES = Attachment.tiff Gnuplot.tiff GnuplotDoc.tiff \
  29.                    InfoPlot.eps InspectorAxes.tiff InspectorData.tiff \
  30.                    InspectorGeneral.tiff InspectorThreeD.tiff \
  31.                    LineStyle1.tiff LineStyle2.tiff LineStyle3.tiff \
  32.                    LineStyle4.tiff LineStyle5.tiff LineStyle6.tiff \
  33.                    LineStyle7.tiff LineStyle8.tiff LineStyle9.tiff \
  34.                    PointStyle1.tiff PointStyle2.tiff PointStyle3.tiff \
  35.                    PointStyle4.tiff PointStyle5.tiff PointStyle6.tiff \
  36.                    StyleBoxErrorbars.tiff StyleBoxes.tiff StyleDots.tiff \
  37.                    StyleErrorbars.tiff StyleImpulses.tiff StyleLines.tiff \
  38.                    StyleLinespoints.tiff StylePoints.tiff StyleSteps.tiff
  39.  
  40. CLASSES = AutoTicsPane.m AxesPane.m CellScrollView.m ContourAutoPane.m \
  41.           ContourOptionsPanel.m ContourSeriesPane.m ContourUserPane.m \
  42.           DataFilePane.m DataFileThreeDPane.m DataOptionsPanel.m \
  43.           DataPane.m DoubleObject.m DoubleValueSortedList.m EditMatrix.m \
  44.           FunctionObject.m FunctionPane.m GeneralPane.m Gnuplot.m \
  45.           GnuplotPlot.m Inspector.m NoDataPane.m NoPane.m OptionsPanel.m \
  46.           Pane.m PlotView.m PopUpScrollView.m Preferences.m \
  47.           SeriesTicsPane.m Status.m StatusContour.m StatusTics.m SubCell.m \
  48.           SubObject.m ThreeDPane.m TicCell.m TicObject.m TicOptionsPanel.m \
  49.           UserTicsPane.m
  50.  
  51. HFILES = AutoTicsPane.h AxesPane.h CellScrollView.h ContourAutoPane.h \
  52.          ContourOptionsPanel.h ContourSeriesPane.h ContourUserPane.h \
  53.          DataFilePane.h DataFileThreeDPane.h DataOptionsPanel.h DataPane.h \
  54.          DoubleObject.h DoubleValueSortedList.h EditMatrix.h epsviewe.h \
  55.          FunctionObject.h FunctionPane.h GeneralPane.h Gnuplot.h \
  56.          GnuplotPlot.h help.h Inspector.h NoDataPane.h NoPane.h \
  57.          OptionsPanel.h Pane.h plot.h PlotView.h PopUpScrollView.h \
  58.          Preferences.h SeriesTicsPane.h setshow.h Status.h StatusContour.h \
  59.          StatusTics.h SubCell.h SubObject.h SubObjectCategory.h \
  60.          ThreeDPane.h TicCell.h TicObject.h TicOptionsPanel.h \
  61.          UserTicsPane.h
  62.  
  63. MFILES = Gnuplot_main.m epsviewe.m
  64.  
  65. CFILES = binary.c bitmap.c command.c contour.c eval.c gnubin.c graph3d.c \
  66.          graphics.c help.c internal.c misc.c parse.c plot.c readline.c \
  67.          scanner.c setshow.c specfun.c standard.c term.c util.c version.c
  68.  
  69.  
  70.  
  71. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  72. INSTALLDIR = $(HOME)/Apps
  73. INSTALLFLAGS = -c -s -m 755
  74. SOURCEMODE = 444
  75.  
  76. ICONSECTIONS =    -sectcreate __ICON app Gnuplot.tiff \
  77.         -sectcreate __ICON GnuplotDoc GnuplotDoc.tiff
  78.  
  79. LIBS = -lMedia_s -lNeXT_s -lIndexing_s
  80. DEBUG_LIBS = $(LIBS)
  81. PROF_LIBS = $(LIBS)
  82.  
  83.  
  84. -include Makefile.preamble
  85.  
  86. include $(MAKEFILEDIR)/app.make
  87.  
  88. -include Makefile.postamble
  89.  
  90. -include Makefile.dependencies
  91.